home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / SCSIPatch / ReadME next >
Encoding:
Text File  |  1993-06-18  |  847 b   |  20 lines  |  [TEXT/ttxt]

  1.  
  2. This is used for monitoring the use of SCSI bus. This is not for everyone.
  3. For this to be useful you must have a thorough understanding of the SCSI manager.
  4.  
  5. I use this myself to debug my SCSI device drivers and find it useful.
  6.  
  7. To Install:
  8. 1) Drag the init into the system folder
  9. 2) Copy the 'dcmd' resoures into your debugger prefs file.
  10.  
  11. To Use:
  12. Use the dcmd's provided to turn on and off recording. There is also
  13.  a command reset its internal buffer pointer back to the start of the buffer.
  14.  There is a dcmd to display the buffer. The exact structure of the buffer is
  15. documented in the header files. You need not use the dcmds to use the patch, you
  16. can write your own routines if you want. The patch adds 4 new SCSI selector routines
  17. to allow the userto manipulate the patch.
  18.  
  19. It should run on any mac that has a SCSI bus includeing PowerPC.
  20.